Skip to content

Conversation

@jongracecox
Copy link
Owner

This pull request includes significant changes to the GitHub Actions workflow for building, publishing, and releasing a Python package. The most important changes involve renaming and restructuring jobs, adding steps to store distribution packages, and implementing a new job for signing and uploading releases to GitHub.

Changes to job names and structure:

Addition of steps for storing distribution packages:

New job for publishing to PyPI:

New job for signing and uploading releases:

  • .github/workflows/python-package.yaml: Added a github-release job that signs the distribution packages with Sigstore and uploads them to a GitHub Release. This job depends on the publish-to-pypi job.

@jongracecox jongracecox merged commit 44d6c67 into master Dec 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants